home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / comms / internet / html-related / hsc / source / hsclib / lstatus.h < prev    next >
C/C++ Source or Header  |  1996-07-30  |  341b  |  18 lines

  1. /*
  2.  * hsclib/lstatus.h
  3.  *
  4.  * status messages
  5.  *
  6.  */
  7.  
  8. #ifndef HSCLIB_LSTATUS_H
  9. #define HSCLIB_LSTATUS_H
  10.  
  11. extern VOID hsc_status_misc(HSCPRC * hp, STRPTR s);
  12. extern VOID hsc_status_file_begin(HSCPRC * hp, STRPTR filename);
  13. extern VOID hsc_status_file_end(HSCPRC * hp);
  14. extern VOID hsc_status_line(HSCPRC * hp);
  15.  
  16. #endif /* HSCLIB_LSTATUS_H */
  17.  
  18.